home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / encodings / mac_cyrillic.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  4KB  |  162 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. """ Python Character Mapping Codec generated from 'CYRILLIC.TXT' with gencodec.py.
  5.  
  6. Written by Marc-Andre Lemburg (mal@lemburg.com).
  7.  
  8. (c) Copyright CNRI, All Rights Reserved. NO WARRANTY.
  9. (c) Copyright 2000 Guido van Rossum.
  10.  
  11. """
  12. import codecs
  13.  
  14. class Codec(codecs.Codec):
  15.     
  16.     def encode(self, input, errors = 'strict'):
  17.         return codecs.charmap_encode(input, errors, encoding_map)
  18.  
  19.     
  20.     def decode(self, input, errors = 'strict'):
  21.         return codecs.charmap_decode(input, errors, decoding_map)
  22.  
  23.  
  24.  
  25. class StreamWriter(Codec, codecs.StreamWriter):
  26.     pass
  27.  
  28.  
  29. class StreamReader(Codec, codecs.StreamReader):
  30.     pass
  31.  
  32.  
  33. def getregentry():
  34.     return (Codec().encode, Codec().decode, StreamReader, StreamWriter)
  35.  
  36. decoding_map = codecs.make_identity_dict(range(256))
  37. decoding_map.update({
  38.     128: 1040,
  39.     129: 1041,
  40.     130: 1042,
  41.     131: 1043,
  42.     132: 1044,
  43.     133: 1045,
  44.     134: 1046,
  45.     135: 1047,
  46.     136: 1048,
  47.     137: 1049,
  48.     138: 1050,
  49.     139: 1051,
  50.     140: 1052,
  51.     141: 1053,
  52.     142: 1054,
  53.     143: 1055,
  54.     144: 1056,
  55.     145: 1057,
  56.     146: 1058,
  57.     147: 1059,
  58.     148: 1060,
  59.     149: 1061,
  60.     150: 1062,
  61.     151: 1063,
  62.     152: 1064,
  63.     153: 1065,
  64.     154: 1066,
  65.     155: 1067,
  66.     156: 1068,
  67.     157: 1069,
  68.     158: 1070,
  69.     159: 1071,
  70.     160: 8224,
  71.     161: 176,
  72.     164: 167,
  73.     165: 8226,
  74.     166: 182,
  75.     167: 1030,
  76.     168: 174,
  77.     170: 8482,
  78.     171: 1026,
  79.     172: 1106,
  80.     173: 8800,
  81.     174: 1027,
  82.     175: 1107,
  83.     176: 8734,
  84.     178: 8804,
  85.     179: 8805,
  86.     180: 1110,
  87.     182: 8706,
  88.     183: 1032,
  89.     184: 1028,
  90.     185: 1108,
  91.     186: 1031,
  92.     187: 1111,
  93.     188: 1033,
  94.     189: 1113,
  95.     190: 1034,
  96.     191: 1114,
  97.     192: 1112,
  98.     193: 1029,
  99.     194: 172,
  100.     195: 8730,
  101.     196: 402,
  102.     197: 8776,
  103.     198: 8710,
  104.     199: 171,
  105.     200: 187,
  106.     201: 8230,
  107.     202: 160,
  108.     203: 1035,
  109.     204: 1115,
  110.     205: 1036,
  111.     206: 1116,
  112.     207: 1109,
  113.     208: 8211,
  114.     209: 8212,
  115.     210: 8220,
  116.     211: 8221,
  117.     212: 8216,
  118.     213: 8217,
  119.     214: 247,
  120.     215: 8222,
  121.     216: 1038,
  122.     217: 1118,
  123.     218: 1039,
  124.     219: 1119,
  125.     220: 8470,
  126.     221: 1025,
  127.     222: 1105,
  128.     223: 1103,
  129.     224: 1072,
  130.     225: 1073,
  131.     226: 1074,
  132.     227: 1075,
  133.     228: 1076,
  134.     229: 1077,
  135.     230: 1078,
  136.     231: 1079,
  137.     232: 1080,
  138.     233: 1081,
  139.     234: 1082,
  140.     235: 1083,
  141.     236: 1084,
  142.     237: 1085,
  143.     238: 1086,
  144.     239: 1087,
  145.     240: 1088,
  146.     241: 1089,
  147.     242: 1090,
  148.     243: 1091,
  149.     244: 1092,
  150.     245: 1093,
  151.     246: 1094,
  152.     247: 1095,
  153.     248: 1096,
  154.     249: 1097,
  155.     250: 1098,
  156.     251: 1099,
  157.     252: 1100,
  158.     253: 1101,
  159.     254: 1102,
  160.     255: 164 })
  161. encoding_map = codecs.make_encoding_map(decoding_map)
  162.